home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
1,000 Game Levels 2
/
1,000 Game Levels 2.iso
/
DOSCARD
/
GMBLMT95.ZIP
/
GM95.BAT
< prev
next >
Wrap
DOS Batch File
|
1995-08-17
|
2KB
|
128 lines
@echo off
echo off
cls
break on
print/d:prn>nul
:start
cls
f1
:start2
KEYPRESS $
if errorlevel 1 goto nflmenu
goto start2
:nflmenu
cls
if exist return del return
f2
:nflstart
KEYPRESS 0 1 2 3 4 5 6 7
if errorlevel 8 goto gmprint
if errorlevel 7 goto record
if errorlevel 6 goto whatif
if errorlevel 5 goto chknfl
if errorlevel 4 goto checks
if errorlevel 3 goto scores
if errorlevel 2 goto predict
if errorlevel 1 goto mainexit
goto nflstart
:mainexit
cls
gmbye
goto bye
:record
cls
record
goto nflmenu
:whatif
cls
whatif
goto nflmenu
:chknfl
cls
chknfl
goto nflmenu
:checks
cls
checks
goto nflmenu
:predict
cls
predict
if exist gen95.bat goto predall
if exist gmb4.bat call gmb4.bat
if exist gmb4.bat del gmb4.bat
goto nflmenu
:predall
cls
if exist sys1temp.95 del sys1temp.95
if exist sys2temp.95 del sys2temp.95
if exist sys3temp.95 del sys3temp.95
if exist SAVER.OUT del SAVER.OUT
if exist SAVERTMP.95 del SAVERTMP.95
echo.
echo WORKING on GAMBLER'S MATE SYSTEM 1 (TRENDS)...
trends
cls
echo.
echo WORKING on GAMBLER'S MATE SYSTEM 2...
system2
cls
echo.
echo WORKING on GAMBLER'S MATE SYSTEM 3...
system3
if exist SAVER.OUT del SAVER.OUT
cls
echo All GAMBLER'S MATE systems have been GENERATED.
if exist gmb4.bat call gmb4.bat
if exist gmb4.bat del gmb4.bat
if exist gen95.bat del gen95.bat
gmprint
goto nflmenu
:scores
cls
scores
if exist return goto nflmenu
if exist regen95.bat goto regen
wkupdate
if exist gmaft.bat call gmaft.bat
if exist gmaft.bat del gmaft.bat
if exist return goto nflmenu
gmprint
goto nflmenu
:regen
echo off
cls
if exist sys1temp.95 del sys1temp.95
if exist sys2temp.95 del sys2temp.95
if exist sys3temp.95 del sys3temp.95
if exist SAVER.OUT del SAVER.OUT
if exist SAVERTMP.95 del SAVERTMP.95
echo.
echo Now REGENERATING the GAMBLER'S MATE TRENDS (SYSTEM 1) output. Please WAIT...
trends
cls
echo.
echo Now REGENERATING the GAMBLER'S MATE SYSTEM 2 output. Please WAIT...
system2
cls
echo.
echo Now REGENERATING the GAMBLER'S MATE SYSTEM 3 output. Please WAIT...
system3
if exist SAVER.OUT del SAVER.OUT
cls
echo.
echo All GAMBLER'S MATE systems are REGENERATED. Now beginning UPDATE routines.
echo.
if exist regen95.bat del regen95.bat
wkupdate
if exist gmaft.bat call gmaft.bat
if exist gmaft.bat del gmaft.bat
if exist return goto nflmenu
gmprint
goto nflmenu
:gmprint
cls
gmprint
goto nflmenu
:bye